home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / 2play / freeciv_hires.lha / Freeciv / data / hires.tilespec
Text File  |  2001-08-17  |  1KB  |  51 lines

  1.  
  2. [tilespec]
  3.  
  4. ; Format and options of this tilespec file:
  5. options = "+tilespec2"
  6.  
  7. ; A simple name for the tileset specified by this file:
  8. name = "HiRes"
  9.  
  10. ; TODO: add more overall information fields on tiles, 
  11. ; eg, description, authors, colors, etc.
  12.  
  13. ; Basic tile sizes:
  14. normal_tile_width  = 64
  15. normal_tile_height = 32
  16. small_tile_width   = 15
  17. small_tile_height  = 20
  18.  
  19. is_isometric = 1
  20.  
  21. ; Font to use to draw city names:
  22. city_names_font = "9x15bold"
  23.  
  24. ; Font to use to draw city productions:
  25. city_productions_font = "6x13"
  26.  
  27. ; Should flags be drawn as transparent:  (else opaque)
  28. flags_are_transparent = 1
  29.  
  30. ; These are special because they get freed and reloaded
  31. ; as required:
  32. main_intro_file    = "misc/intro"
  33. minimap_intro_file = "misc/radar"
  34.  
  35. ; Below, the graphics spec files; must be somewhere (anywhere) in 
  36. ; the data path. Order may be important for color allocation on 
  37. ; low-color systems, and if there are any duplicate tags (lattermost
  38. ; tag is used).
  39. files = 
  40.   "hires/terrain1.spec",
  41.   "hires/terrain2.spec",
  42.   "hires/tiles.spec",
  43.   "misc/small.spec",
  44.   "hires/units.spec",
  45.   "trident/flags.spec",
  46.   "misc/space.spec",
  47.   "misc/treaty.spec",
  48.   "hires/cities.spec",
  49.   "hires/icons.spec",
  50.   "hires/nuke.spec"
  51.